home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Swimsuit Review 95
/
Swimsuit Review 95.iso
/
mac
/
Data
/
swim8.DIR
/
00037_Script_37
< prev
next >
Wrap
Text File
|
1995-07-13
|
618b
|
28 lines
-- Browser Female
on mouseDown
global MC
put mouseCast() into MC
repeat while stillDown() = 1
if mouseCast() = MC then
set the castNum of sprite 9 to MC +1
updateStage
next repeat
end if
if (mouseCast() <> MC + 1) then set the castNum of sprite 9 to MC
updateStage
end repeat
end
on mouseUp
global MC
set the castNum of sprite 9 to 43
updateStage
if the mouseCast = 43 or the mouseCast = 44 then
sound stop 1
sound playFile 1, "Click.AIF"
go to frame "Browser Female"
end if
end
end